home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / HAMCu.lha / HAMCu / makefile < prev    next >
Makefile  |  1989-04-30  |  173b  |  12 lines

  1. all: HAMCu copperreset
  2.  
  3. HAMCu: HAMCu.c
  4.  
  5.         cc +p -s HAMCu
  6.         ln HAMCu -lc32
  7.  
  8. copperreset: copperreset.c
  9.  
  10.         cc +p -s copperreset
  11.         ln copperreset -lc32
  12.